ISINTEGER ISINTEGER Test for Integer Array Usage The syntax for isnumeric is x = isnumeric(y) and it returns a logical 1 if the argument is an integer. The decision of whether the argument is an integer or not is made based on the class of y, not on its value.