Manuals/calci/ISINTEGER
ISINTEGER (Number)
- is any number to test.
- ISINTEGER(), returns TRUE if the number is an Integer.
Description
- This function is one of the group in ISFUNCTIONS.
- The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
- ISINTEGER function can be used to check the given value is integer or not.
- Here the number can be either positive or negative.
- This function gives the result as only TRUE or FALSE.
- The result is TRUE when the n value is Integer otherwise the result is FALSE.
- The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.
- This function will convert any numbers from text.
- For e.g. "20" is normally converted as a number 20.
- But in ISINTEGER("20") will return TRUE, because "20" will convert in to number.
Examples
- ISINTEGER(15) = true
- ISINTEGER(-34) = true
- ISINTEGER(1/2) = false
- ISINTEGER("78") = true
Related Videos
See Also
References