As if "likelihood" wasn't confusing enough now we have "marginal likelihood" (or "integrated likelihood") WTF It's also sometimes called "model evidence" or "evidence". Why?
wikipedia's definition is $$ p(\mathbb{X}|\alpha) = \int_\theta p(\mathbb{X}|\theta) \, p(\theta|\alpha)\ \operatorname{d}\!\theta $$
Isn't this just the bottom of Bayes' formula? So it's the probability of the observations? But why call it these strange names?
Wait that's not quite right. You can't actually know the probability of an observation. You need the assumption of what generated the observations.
So it's the probability of the observations under the chosen model. But this is still too simple because you don't actually have this probability either. A model has parameters ... how can you know the probability of these observations without a parametrized model?
So it's expressed as the marginalization of the likelihood since the likelihood can be calculated directly. No we have the probability of the observations under this model is the probability of these observations under this model with some parameters theta (likelihood) times the prior probability of theta integrated over all possible parameters theta. And since this number is how probable whatever model you chose is, it's also called the evidence of this model.