I'm studying introduction to mathematical logic, we recently began predicate logic and I find similarities between the "$\forall$" predicate and integration:
1. They both have a dummy variable, which they "enumerate" over its possible values
2. The fact that $\forall x \forall y \alpha \vDash \forall y \forall x \alpha$ is similar to Fubini's theorem.
Is there a formalism that relates the two?
I actually suspect there's a closer relation between integration and the existential quantifier.
From the perspective of category theory, summation is an instance of a coproduct, which is in turn closely related to existential quantification. For instance:
[In fact, from the perspective of Martin-Löf dependent type theory, the notions of 'disjoint union of sets' and 'existentially quantified formula' are identified.]
Another perspective is that indexed disjoint unions and existential quantification are both instances of left adjoints to substitution functors of the appropriate kinds. I'll spare you the details now, but Sections 9.5 and 9.7 of Steve Awodey's textbook on category theory is a good starting point.
Now integration generalises summation and coends generalise coproducts, and these generalisations happen in similar ways (people smarter than myself have studied connections between integrals and coends).
So in conclusion, you're thinking along the right lines, but I think you'll find more parallels between integration and $\exists$ than integration and $\forall$.
Addendum: this blog post by Bartosz Milewski discusses the connection between coends and the existential quantifier as implemented in Haskell. It says: