@Charlieface has fully answered the question with their comment.
The indicated datatype is a user-defined table type that appears to consist of a single column of type INT
A common utilization pattern for this sort of object is to pass multiple integers at a time as a parameter to some other code object
In practice, an object of this type is handled similarly to a table variable