isint
Determine whether numerical values are integers
Syntax
I = isint(x)
Arguments
input
x a numeric array
output
I a logical array
Description
Simple routine that returns a logical array with logical true wherever the corresponding entry in x is an integer.