¿Cuál es el uso de la función ISNAN en JavaScript?

// what is the use of isNaN function in javascript?
isNan function returns true if the argument is not a number; otherwise, it is false.
Chetan Nada