Retrieves an integer value from an environment variable.
The name of the environment variable
Optional
Optional default number value to use if the environment variable is not set
The integer value parsed from the environment variable
Will throw an error if the environment variable is missing and no default is provided
Retrieves an integer value from an environment variable.