Check if value is Integer.
For same argument, if this function returns true, function isNumber will also return true.
true
isNumber
For same argument, if this function returns true, functions isNil, isBoolean, isString, isArray and isObject will return false.
isNil
isBoolean
isString
isArray
isObject
false
Check if value is Integer.
For same argument, if this function returns
true
, functionisNumber
will also returntrue
.For same argument, if this function returns
true
, functionsisNil
,isBoolean
,isString
,isArray
andisObject
will returnfalse
.