Returns true if the value stored is a numerical type or anything that can be converted into a valid number such as boolean, or even null, which gets converted to 0.
See Implementation
Returns true if the value stored is a numerical type or anything that can be converted into a valid number such as boolean, or even null, which gets converted to 0.