Your code works great with a number > 0 or = 0 (same with empty value)
If you want to set the negative number (last else condition), you can set min to the number as you want such as -100 or PHP_INT_MIN with PHP version >= 7.0 or step to any for the floating numbers.