The only two reasonable definitions of “interpreted language” that I can think of:
1. A language that can be implemented with an interpreter,
2. A language that must be implemented with an interpreter.
In the first case, all languages are interpreted. In the second case, no language is interpreted.