Is it IEnumerable. As far as I know, the reference always points to a class instance. What instance type does the LINQ query really point to?
IEnumerable
You can check here for Three parts of Query operation.You can see that the return type of an LINQ query is IEnumerable< int >.